Equirectangular projection

The equirectangular projection (also called the equidirectional projection, equidistant cylindrical projection, geographic projection, or carte parallelogrammatique projection, and which includes the special case of the plate carrée projection), is a very simple map projection attributed to Marinus of Tyre, who Ptolemy claims invented the projection about AD 100.[1] The projection maps meridians to vertical straight lines of constant spacing for meridional intervals of constant spacing, and circles of latitude to horizontal straight lines of constant spacing for constant intervals of parallels. The projection is neither equal area nor conformal. Because of the distortions introduced by this projection, it has little use in navigation or cadastral mapping and finds its main use in thematic mapping. In particular, the plate carrée has become a de facto standard for global raster datasets, such as Celestia and NASA World Wind, because of the particularly simple relationship between the position of an image pixel on the map and its corresponding geographic location on Earth.

Contents

Definition

\begin{align}
 x &= \lambda \cos \varphi_1\\
 y &= \varphi
\end{align}

where

\scriptstyle\lambda is the longitude;
\scriptstyle\varphi is the latitude;
\scriptstyle\varphi_1 are the standard parallels (north and south of the equator) where the scale of the projection is true;
x is the horizontal position along the map;
y is the vertical position along the map.

The point (0,0) is at the center of the resulting projection.

The plate carrée (French, for square plate), is the special case where \scriptstyle\varphi_1 is zero. This projection maps x to be the value of the longitude and y to be the value of the latitude, and therefore is sometimes called the latitude/longitude or lat/lon(g) projection or is said (erroneously) to be “unprojected”.

See also

References

  1. ^ Flattening the Earth: Two Thousand Years of Map Projections, John P. Snyder, 1993, pp. 5–8, ISBN 0-226-76747-7.

External links